home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SOHO - Exploring the Sun - 2003 Update
/
SOHO - Exploring the Sun - 2003 Update.iso
/
pc
/
data
/
main.dcr
/
Internal_13.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-25
|
279 b
|
13 lines
on mouseUp
global ComputerSpeed
if the frame = label("sunmover") then
if ComputerSpeed < 3 then
set the directToStage of member "sunmove" to 1
set the movieRate of sprite 5 to 1
go(the frame + 1)
else
go("mm_prestart")
end if
end if
end